home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / MATHS / RLAB / RLAB125.ZIP / !RLaB / misc / plhelp / plmesh < prev    next >
Text File  |  1994-05-10  |  530b  |  18 lines

  1. plmesh:
  2.  
  3. Synopsis: Plot a 3-dimensional mesh plot.
  4.  
  5. Syntax: plmesh ( L1 , L2 , L3 )
  6.  
  7. Description:
  8.  
  9.     Plmesh creates a 3-dimensional mesh plot from the data in
  10.     lists L1, L2, L3 (L2 and L3 are optional). The list must
  11.     contain elements `x', `y', and `z'. the z element is a
  12.     rectangular matrix that is a function of x and y (z[i;j] =
  13.     f(x[i],y[j])). Up to 3 mesh plots can be created on the same
  14.     sub-plot. A mesh plot is different from a surface plot since
  15.     the mesh plot is viewable from both the top and bottom.
  16.  
  17. See Also: plot3
  18.